home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / telnet / BUGS next >
Text File  |  1997-06-08  |  876b  |  25 lines

  1. telnet:
  2.     - will apparently sometimes assert in ungetch. I think I've
  3.       fixed this, so if you still see it let me know.
  4.     - hangs if you telnet to chargen port and push ^Z 
  5.       (due to bogus protocol negotiation attempts)
  6.     - binary mode doesn't handle crlf right
  7.     - should warn if the connection isn't encrypted
  8.  
  9. telnetd:
  10.     - hangs if you do the following:
  11.         telnet
  12.         log in
  13.         cat >/dev/null
  14.         type 256 'a's with no CRs
  15.         *THIS IS A KERNEL BUG*  Patch enclosed.
  16.     
  17.     - crashes in ncurses if the terminal type is undefined,
  18.       with some versions of ncurses.
  19.     - should allow passing random user envs as "TELNET_*"
  20.     - should set REMOTEHOST to the remote hostname
  21.     - passes login the -p flag instead of sending envs explicitly
  22.     - should only use included logout() et al. if real ones aren't 
  23.       available in system libs.
  24.     - addarg() in sys_term.c does some very questionable casts.
  25.